mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix javadoc
This commit is contained in:
parent
2ad07322d6
commit
83abfaba64
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ package org.eclipse.cdt.core.model;
|
|||
* constructs are contained in it, and on what line(s) the definition occurs).
|
||||
*
|
||||
* The translation unit to parse and the initial element map are given to
|
||||
* <code>IAdditionalLanguage#createModelBuilder</code>, which will presumably
|
||||
* {@link ILanguage#createModelBuilder}, which will presumably
|
||||
* pass that information on to the model builder constructor.
|
||||
*
|
||||
* @author Jeff Overbey
|
||||
|
@ -29,7 +29,7 @@ public interface IContributedModelBuilder {
|
|||
* Callback used when a <code>TranslationUnit</code> needs to be parsed.
|
||||
*
|
||||
* The translation unit to parse is given to
|
||||
* <code>ILanguage#createModelBuilder</code>, which will presumably
|
||||
* {@link ILanguage#createModelBuilder}, which will presumably
|
||||
* pass it on to the model builder constructor.
|
||||
*/
|
||||
public abstract void parse(boolean quickParseMode) throws Exception;
|
||||
|
|
Loading…
Add table
Reference in a new issue