[DOC++] Help by using doc++
Brought to you by:
adragos
From: Rutzen, J. <Joe...@t-...> - 2003-06-19 07:04:02
|
Hi, i have a problem by generating doc++ because of the rcsid ov cvs, the = hier.html file is not generated The whole code is: /** RCS-Identifikation */ static char BosDateTimeCtrlRCSId[] =3D "@(#) $Header: = //black/projekte/sonstige/-0212\040BOS-Digital/BosDigitalCvs/BosGUI/BosD= ateTimeCtrl.h,v 1.4 2003/02/10 09:23:27 RUT Exp $"; /***********************************************************************= ***** ** ** Projekt : BOS Digital ** ************************************************************************= ***** ** ** Kurzbeschreibung ** =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ** ** ************************************************************************= ***** ** ** Aenderungen ** =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ** ** Revision 1.2 2002/10/31 07:57:22 RUT ** Umbau ABleitung BosDialog mit schliesseDialog und loeschenObjekte ** ** ************************************************************************= ****/ /** @memo die Klasse erzeugt einen CDateTimeCtrl vom Typ CDateTimeCtrl mit Methode zum Positionen auf Dialog abgeleitet von CBosGuiConstraints @author rut */ class CBosDateTimeCtrl : public CDateTimeCtrl, public = CBosGuiConstraints { } ; If I put a command before 'static char BosDateTimeCtrlRCSId' the = hier.html file is generated because of cvs the 'static char BosDateTimeCtrlRCSId' stuff must stay = without comments. Is there any possibility, to say doc++ to ignore certain code lines or = certain type of code ? Thanks for helping J.Rutzen J=F6rg Rutzen T-Systems GEI GmbH Projektbereich Innere Sicherheit =20 Systems Integration Hausadresse: Lademannbogen 21-23, 22339 Hamburg Postanschrift: 22413 Hamburg Telefon: (040) 53 95-1976 Telefax: (040) 53 95 1650 E-Mail: Joe...@t-... Internet: http://www.t-systems.de |