~j-rivero/+junk/doxygen

« back to all changes in this revision

Viewing changes to src/ftvhelp.h

  • Committer: Package Import Robot
  • Author(s): Helmut Grohne
  • Date: 2014-05-16 20:58:26 UTC
  • mfrom: (1.1.33)
  • Revision ID: package-import@ubuntu.com-20140516205826-bmlvn4pltxejeyzk
Tags: 1.8.7-1
* doxygen 1.8.7 release.
  + Standard build regenerates *_js.h now. Update README.jquery.
  + Add doxygen.NEWS for GENERATE_HTML default change.
  + Refresh patches. dot-config.diff completely rewritten against
    config.xml.
* Uglify javascript during build. Therefore B-D: yui-compressor.
* Also remove winbuild to avoid accidentally using it.
* Add half a stage1 build-profile to drop libqt4-dev. Not annotating the
  dependency because #744246. Thanks to Daniel Schepler and Wookey.
  (Addresses: #738263)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
2
 *
3
 
 * Copyright (C) 1997-2013 by Dimitri van Heesch.
 
3
 * Copyright (C) 1997-2014 by Dimitri van Heesch.
4
4
 *
5
5
 * Permission to use, copy, modify, and distribute this software and its
6
6
 * documentation under the terms of the GNU General Public License is hereby 
64
64
    //bool generateJSTree(FTextStream &tidx,FTextStream &t,const QList<FTVNode> &nl,int level,bool &first);
65
65
    //bool generateJSTreeTopLevel(FTextStream &tidx,FTextStream &t,const QList<FTVNode> &nl,int level,bool &first);
66
66
    QCString generateIndentLabel(FTVNode *n,int level);
67
 
    void generateIndent(FTextStream &t,FTVNode *n,int level,bool opened);
 
67
    void generateIndent(FTextStream &t,FTVNode *n,bool opened);
68
68
    void generateLink(FTextStream &t,FTVNode *n);
69
69
    //void generateJSLink(FTextStream &t,FTVNode *n);
70
70
    QList<FTVNode> *m_indentNodes;