mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fixes javadoc.
This commit is contained in:
parent
5103912b81
commit
5593bc6a0c
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ public interface INodeFactory {
|
|||
/**
|
||||
* Creates a new translation unit that cooperates with the given scanner in order
|
||||
* to track macro-expansions and location information.
|
||||
* @scanner the preprocessor the translation unit interacts with.
|
||||
* @param scanner the preprocessor the translation unit interacts with.
|
||||
* @since 5.2
|
||||
*/
|
||||
public IASTTranslationUnit newTranslationUnit(IScanner scanner);
|
||||
|
@ -174,7 +174,7 @@ public interface INodeFactory {
|
|||
* provided by the scanner for this translation unit.
|
||||
* <par> May throw an exception when the node provided was not created by this factory.
|
||||
* @param node a node created by this factory
|
||||
* @offset the offset (inclusive) for the node
|
||||
* @param offset the offset (inclusive) for the node
|
||||
* @param endOffset the end offset (exclusive) for the node
|
||||
* @see #newTranslationUnit(IScanner)
|
||||
* @since 5.2
|
||||
|
|
Loading…
Add table
Reference in a new issue