October 30, 2025, 02:05:55 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Request for the Help Docs...

Started by Kale, September 06, 2006, 03:15:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kale

In the help doc are you planning to add more clickable links in the descriptions? For example In this page:


C3DMesh::SetMaterial

--------------------------------------------------------------------------------

Syntax:
SetMaterial(D3DMATERIAL material);
Purpose:
  Class Method

  The description goes here

Passed value(s):
material    Description goes here

Returned value(s):
None       

Application:

example code goes here

Class Hierarchy
C3DObject


-------C3DMesh


Additional Info:
  Any remarks go here

See Also:


Can the 'D3DMATERIAL' structure be made into a link leading to the relevant page please? And so on with the other structs, etc... ;D

Ionic Wind Support Team

Yes when it is done there are 'see also' links.
Ionic Wind Support Team


LarryMc

Paul,
do you want me to fix it so that, if the type is a structure/class in the actual declare parameters, it will be a link? ÂÃ, I had already thought about doing that. ÂÃ, Just requires some doctoring of the templates. ÂÃ, It would keep you from having to enter a "see also" link for those items.

Let me know.

If you remember I had the type (/w link if it was structure/class) in the parameter list along with the name and description ÂÃ,  but you had me remove it because it was redundant to the declare statement.



Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Ionic Wind Support Team

See also would be fine.  Or even a link on the parameter itself.
Ionic Wind Support Team

Kale

Quote from: Paul Turley on September 06, 2006, 05:03:30 PM
See also would be fine.  Or even a link on the parameter itself.

Parameter links would be nice. :)