Orb/Doxygen/src/latexgen.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.
    95     void startItemListItem() { t << "\\item " << endl; }
    95     void startItemListItem() { t << "\\item " << endl; }
    96     void endItemListItem()   {}
    96     void endItemListItem()   {}
    97 
    97 
    98     void startMemberSections() {}
    98     void startMemberSections() {}
    99     void endMemberSections() {} 
    99     void endMemberSections() {} 
   100     void startMemberHeader();
   100     void startHeaderSection() {}
       
   101     void endHeaderSection() {}
       
   102     void startMemberHeader(const char *);
   101     void endMemberHeader();
   103     void endMemberHeader();
   102     void startMemberSubtitle() {}
   104     void startMemberSubtitle() {}
   103     void endMemberSubtitle() {}
   105     void endMemberSubtitle() {}
   104     void startMemberDocList() {}
   106     void startMemberDocList() {}
   105     void endMemberDocList() {}
   107     void endMemberDocList() {}