Orb/Doxygen/src/xmlgen.cpp
changeset 4 468f4c8d3d5b
parent 0 42188c7ea2d9
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  * 
     3  * 
     4  *
     4  *
     5  *
     5  *
     6  * Copyright (C) 1997-2008 by Dimitri van Heesch.
     6  * Copyright (C) 1997-2010 by Dimitri van Heesch.
     7  *
     7  *
     8  * Permission to use, copy, modify, and distribute this software and its
     8  * Permission to use, copy, modify, and distribute this software and its
     9  * documentation under the terms of the GNU General Public License is hereby 
     9  * documentation under the terms of the GNU General Public License is hereby 
    10  * granted. No representations are made about the suitability of this software 
    10  * granted. No representations are made about the suitability of this software 
    11  * for any purpose. It is provided "as is" without express or implied warranty.
    11  * for any purpose. It is provided "as is" without express or implied warranty.
  1800   SectionInfo *si = Doxygen::sectionDict.find(pd->name());
  1800   SectionInfo *si = Doxygen::sectionDict.find(pd->name());
  1801   if (si)
  1801   if (si)
  1802   {
  1802   {
  1803     t << "    <title>" << convertToXML(si->title) << "</title>" << endl;
  1803     t << "    <title>" << convertToXML(si->title) << "</title>" << endl;
  1804   }
  1804   }
       
  1805   writeInnerPages(pd->getSubPages(),t);
  1805   t << "    <detaileddescription>" << endl;
  1806   t << "    <detaileddescription>" << endl;
  1806   if (isExample)
  1807   if (isExample)
  1807   {
  1808   {
  1808     writeXMLDocBlock(t,pd->docFile(),pd->docLine(),pd,0,
  1809     writeXMLDocBlock(t,pd->docFile(),pd->docLine(),pd,0,
  1809         pd->documentation()+"\n\\include "+pd->name());
  1810         pd->documentation()+"\n\\include "+pd->name());