Author Topic: Does the Help Creator work with the latest version?  (Read 427 times)

Offline Uncle

  • Mr. Drawsprite
  • **
  • Posts: 75
    • View Profile
    • www.urbaninteractive.net
Hello,

AndyH just pointed out that GLB has its own help creator.  I've tried to get it working but I can't seem to get any text to flow through to the help file.  Anybody got any tips?  Also in the example shown in the help file the function has an @ sign in front of it.  What does this do?

Cheers,


Andrew

Offline Uncle

  • Mr. Drawsprite
  • **
  • Posts: 75
    • View Profile
    • www.urbaninteractive.net
Cheers Ocean thats handy to know :)  Do you have any more top tips like that?

Offline Hemlos

  • To boldy go where no pixel has gone before.
  • Global Moderator
  • Prof. Inline
  • ****
  • Posts: 1399
  • Gone Fishin'!
    • View Profile
    • Silver Volumetric Software
Yes, the latest version will create a help file.

Code: [Select]
// \param myexample$ - my example parameter
//! myexample$ is a string parameter
// \return data is passed through in this example
FUNCTION TEST: myexample$
RETURN myexample$
ENDFUNCTION

This example will be found as projectname.gbas.html

Note: @ shouldnt have an affect on building a help file, this is merely a feature inside the editor, and has no affect concerning your program.
Volume_of_Earth(km^3) = 4/3*3.14*POW(6371.392896,3)

http://silver.binhoster.com/

Offline Uncle

  • Mr. Drawsprite
  • **
  • Posts: 75
    • View Profile
    • www.urbaninteractive.net
Doh!  Just worked out what I was doing wrong.  I was typing in the notes as described, but I hadn't actually saved the sourced coded before running the create help option.  ;/