jwcolby54
Active member
- Local time
- Today, 17:58
- Joined
- May 19, 2025
- Messages
- 310
Back in the early 2000s I documented my code with something that looked like this (or was this actually). IIRC it was supposed to be used by a program that would grab the comments and build a document for the class. Does anyone know about this thing? If it ever existed?
Option Compare Database
Option Explicit
'.=========================================================================
'.Copyright 2004 Colby Consulting. All rights reserved.
'.Phone :
'.E-mail : jcolby@colbyconsulting.com
'.=========================================================================
' DO NOT DELETE THE COMMENTS ABOVE. All other comments in this module
' may be deleted from production code, but lines above must remain.
'--------------------------------------------------------------------------
'.Description :
'.
'.Written By : John W. Colby
'.Date Created : 03/27/2004
' Rev. History :
'
' Comments :
'.-------------------------------------------------------------------------
'.
' ADDITIONAL NOTES:
'
'The process of troubleshooting unload problems requires tools to track the
'loading and unloading of the class instances. This class is a Service class
'with two collections and a bunch of methods to assist the developer in tracking
'class instance load / unload.
Option Compare Database
Option Explicit
'.=========================================================================
'.Copyright 2004 Colby Consulting. All rights reserved.
'.Phone :
'.E-mail : jcolby@colbyconsulting.com
'.=========================================================================
' DO NOT DELETE THE COMMENTS ABOVE. All other comments in this module
' may be deleted from production code, but lines above must remain.
'--------------------------------------------------------------------------
'.Description :
'.
'.Written By : John W. Colby
'.Date Created : 03/27/2004
' Rev. History :
'
' Comments :
'.-------------------------------------------------------------------------
'.
' ADDITIONAL NOTES:
'
'The process of troubleshooting unload problems requires tools to track the
'loading and unloading of the class instances. This class is a Service class
'with two collections and a bunch of methods to assist the developer in tracking
'class instance load / unload.
Last edited: