VSdocman Help  

<user1>, <user2>, <user3>, <user4>, <user> Tags

User defined tags. The names <user1>, <user2>, <user>, <user4>, <user5> are their default names and can be changed by the user. They can be used for any purpose and their syntax and usage is the same as e.g. <remarks> tag. The user can define up to 5 own tags. Equivalent @-style tag is @user1-5.

User defined fields have the same format as Remarks and by default they are shown at the end of topic under Remarks. If they are used and you want them appear on some other place, the templates have to be edited.

Syntax

<user1>description<user1>

Example:

User has defined one tag as copyright and one tag as todo.

    '''<copyright>(c) 2003 Helixoft</copyright>
'''<todo>Improve exception handling</todo>
Property prop1() As String

See Also

@user tag | Templates | Macro Language | User Tags Options | XML Comments