mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[cleanup] Fix javadoc errors
This commit is contained in:
parent
d0177e0d64
commit
ecc00ea243
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ public interface ISystemPageCompleteListener
|
|||
/**
|
||||
* The callback method.
|
||||
* This is called whenever setPageComplete is called by the form code.
|
||||
* @see {@link SystemBaseForm#addPageCompleteListener(ISystemPageCompleteListener)}
|
||||
* @param complete complete indicator as set by the caller
|
||||
* @see SystemBaseForm#addPageCompleteListener(ISystemPageCompleteListener)
|
||||
*/
|
||||
public void setPageComplete(boolean complete);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue