Orb/Doxygen/src/outputgen.h
changeset 4 468f4c8d3d5b
parent 0 42188c7ea2d9
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  * 
     3  * 
     4  *
     4  *
     5  * Copyright (C) 1997-2008 by Dimitri van Heesch.
     5  * Copyright (C) 1997-2010 by Dimitri van Heesch.
     6  *
     6  *
     7  * Permission to use, copy, modify, and distribute this software and its
     7  * Permission to use, copy, modify, and distribute this software and its
     8  * documentation under the terms of the GNU General Public License is hereby 
     8  * documentation under the terms of the GNU General Public License is hereby 
     9  * granted. No representations are made about the suitability of this software 
     9  * granted. No representations are made about the suitability of this software 
    10  * for any purpose. It is provided "as is" without express or implied warranty.
    10  * for any purpose. It is provided "as is" without express or implied warranty.
   323     virtual void endIndexItem(const char *ref,const char *file) = 0;
   323     virtual void endIndexItem(const char *ref,const char *file) = 0;
   324     virtual void startGroupHeader() = 0;
   324     virtual void startGroupHeader() = 0;
   325     virtual void endGroupHeader() = 0;
   325     virtual void endGroupHeader() = 0;
   326     virtual void startMemberSections() = 0;
   326     virtual void startMemberSections() = 0;
   327     virtual void endMemberSections() = 0;
   327     virtual void endMemberSections() = 0;
   328     virtual void startMemberHeader() = 0;
   328     virtual void startHeaderSection() = 0;
       
   329     virtual void endHeaderSection() = 0;
       
   330     virtual void startMemberHeader(const char *anchor) = 0;
   329     virtual void endMemberHeader() = 0;
   331     virtual void endMemberHeader() = 0;
   330     virtual void startMemberSubtitle() = 0;
   332     virtual void startMemberSubtitle() = 0;
   331     virtual void endMemberSubtitle() = 0;
   333     virtual void endMemberSubtitle() = 0;
   332     virtual void startMemberDocList() = 0;
   334     virtual void startMemberDocList() = 0;
   333     virtual void endMemberDocList() = 0;
   335     virtual void endMemberDocList() = 0;