1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix javadoc

This commit is contained in:
Anton Leherbauer 2006-12-04 09:27:09 +00:00
parent 2ad07322d6
commit 83abfaba64

View file

@ -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;