PBDoc (jaPBe Pluggin)
Posted: Mon Feb 06, 2006 10:06 pm
PUREBASIC 3.94
Aim : Make the documentation of a PureBasic Code. ( idea from de JavaDoc )
The jaPBe Pluggin return :
1° Documentation :
All lines outside procedure with ;- everywhere (Grey line in JapBe)
If you want to exclude this line add *** anywhere
Visual() ;- --> Return : Visual()
Visual() ;- Show the Visual --> Return : Visual() ;- Show the Visual
2° Procedures :
Procedure Test() ; Test Procedure
; Input Nothing
; Output Nothing
Messagerequester ("","")
; Documentation inside Procedure
EndProcedure
Return :
Procedure Test() ; Test Procedure
Input Nothing
Output Nothing
3° Constants :
All constants everywhere
Source Code and jaPBe Pluggin http://www.penguinbyte.com/apps/pbwebst ... /PBDoc.zip
Aim : Make the documentation of a PureBasic Code. ( idea from de JavaDoc )
The jaPBe Pluggin return :
1° Documentation :
All lines outside procedure with ;- everywhere (Grey line in JapBe)
If you want to exclude this line add *** anywhere
Visual() ;- --> Return : Visual()
Visual() ;- Show the Visual --> Return : Visual() ;- Show the Visual
2° Procedures :
Procedure Test() ; Test Procedure
; Input Nothing
; Output Nothing
Messagerequester ("","")
; Documentation inside Procedure
EndProcedure
Return :
Procedure Test() ; Test Procedure
Input Nothing
Output Nothing
3° Constants :
All constants everywhere
Source Code and jaPBe Pluggin http://www.penguinbyte.com/apps/pbwebst ... /PBDoc.zip