mirror of git://gcc.gnu.org/git/gcc.git
run_doxygen: Allow doxygen 1.7.0 again.
2011-02-01 Benjamin Kosnik <bkoz@redhat.com> * scripts/run_doxygen: Allow doxygen 1.7.0 again. * doc/doxygen/user.cfg.in (PDF_HYPERLINKS): Re-enable. (COMPACT_LATEX): Enable. * include/profile/impl/profiler_container_size.h: Adjust doxygen markup. * include/profile/impl/profiler_hash_func.h: Same. * include/bits/hashtable.h: Same. * include/backward/auto_ptr.h: Same. * include/backward/strstream: Same. * include/backward/backward_warning.h: Same. * include/backward/binders.h: Same. From-SVN: r169464
This commit is contained in:
parent
332b3e1e31
commit
30f276c1dc
|
|
@ -1,3 +1,17 @@
|
||||||
|
2011-02-01 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* scripts/run_doxygen: Allow doxygen 1.7.0 again.
|
||||||
|
* doc/doxygen/user.cfg.in (PDF_HYPERLINKS): Re-enable.
|
||||||
|
(COMPACT_LATEX): Enable.
|
||||||
|
|
||||||
|
* include/profile/impl/profiler_container_size.h: Adjust doxygen markup.
|
||||||
|
* include/profile/impl/profiler_hash_func.h: Same.
|
||||||
|
* include/bits/hashtable.h: Same.
|
||||||
|
* include/backward/auto_ptr.h: Same.
|
||||||
|
* include/backward/strstream: Same.
|
||||||
|
* include/backward/backward_warning.h: Same.
|
||||||
|
* include/backward/binders.h: Same.
|
||||||
|
|
||||||
2011-02-01 Gerald Pfeifer <gerald@pfeifer.com>
|
2011-02-01 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
* doc/xml/manual/debug.xml: Use GDB instead of gdb.
|
* doc/xml/manual/debug.xml: Use GDB instead of gdb.
|
||||||
|
|
|
||||||
|
|
@ -586,12 +586,8 @@ WARN_LOGFILE =
|
||||||
|
|
||||||
INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
|
INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
|
||||||
@srcdir@/libsupc++/cxxabi.h \
|
@srcdir@/libsupc++/cxxabi.h \
|
||||||
@srcdir@/libsupc++/cxxabi_forced.h \
|
|
||||||
@srcdir@/libsupc++/exception \
|
@srcdir@/libsupc++/exception \
|
||||||
@srcdir@/libsupc++/exception_defines.h \
|
|
||||||
@srcdir@/libsupc++/exception_ptr.h \
|
|
||||||
@srcdir@/libsupc++/initializer_list \
|
@srcdir@/libsupc++/initializer_list \
|
||||||
@srcdir@/libsupc++/nested_exception.h \
|
|
||||||
@srcdir@/libsupc++/new \
|
@srcdir@/libsupc++/new \
|
||||||
@srcdir@/libsupc++/typeinfo \
|
@srcdir@/libsupc++/typeinfo \
|
||||||
include/algorithm \
|
include/algorithm \
|
||||||
|
|
@ -1279,7 +1275,7 @@ MAKEINDEX_CMD_NAME = makeindex
|
||||||
# LaTeX documents. This may be useful for small projects and may help to
|
# LaTeX documents. This may be useful for small projects and may help to
|
||||||
# save some trees in general.
|
# save some trees in general.
|
||||||
|
|
||||||
COMPACT_LATEX = NO
|
COMPACT_LATEX = YES
|
||||||
|
|
||||||
# The PAPER_TYPE tag can be used to set the paper type that is used
|
# The PAPER_TYPE tag can be used to set the paper type that is used
|
||||||
# by the printer. Possible values are: a4, letter, legal and
|
# by the printer. Possible values are: a4, letter, legal and
|
||||||
|
|
@ -1304,7 +1300,7 @@ LATEX_HEADER =
|
||||||
# contain links (just like the HTML output) instead of page references
|
# contain links (just like the HTML output) instead of page references
|
||||||
# This makes the output suitable for online browsing using a pdf viewer.
|
# This makes the output suitable for online browsing using a pdf viewer.
|
||||||
|
|
||||||
PDF_HYPERLINKS = NO
|
PDF_HYPERLINKS = YES
|
||||||
|
|
||||||
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
|
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
|
||||||
# plain latex in the generated Makefile. Set this option to YES to get a
|
# plain latex in the generated Makefile. Set this option to YES to get a
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
/** @file backward/auto_ptr.h
|
/** @file backward/auto_ptr.h
|
||||||
* This is an internal header file, included by other library headers.
|
* This is an internal header file, included by other library headers.
|
||||||
* You should not attempt to use it directly.
|
* Do not attempt to use it directly. @headername{memory}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BACKWARD_AUTO_PTR_H
|
#ifndef _BACKWARD_AUTO_PTR_H
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011
|
||||||
// Free Software Foundation, Inc.
|
// Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// This file is part of the GNU ISO C++ Library. This library is free
|
||||||
|
|
@ -21,6 +21,11 @@
|
||||||
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||||
// <http://www.gnu.org/licenses/>.
|
// <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
/** @file backward/backward_warning.h
|
||||||
|
* This is an internal header file, included by other library headers.
|
||||||
|
* Do not attempt to use it directly. @headername{iosfwd}
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _BACKWARD_BACKWARD_WARNING_H
|
#ifndef _BACKWARD_BACKWARD_WARNING_H
|
||||||
#define _BACKWARD_BACKWARD_WARNING_H 1
|
#define _BACKWARD_BACKWARD_WARNING_H 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
/** @file backward/binders.h
|
/** @file backward/binders.h
|
||||||
* This is an internal header file, included by other library headers.
|
* This is an internal header file, included by other library headers.
|
||||||
* You should not attempt to use it directly.
|
* Do not attempt to use it directly. @headername{functional}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BACKWARD_BINDERS_H
|
#ifndef _BACKWARD_BINDERS_H
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Backward-compat support -*- C++ -*-
|
// Backward-compat support -*- C++ -*-
|
||||||
|
|
||||||
// Copyright (C) 2001, 2002, 2004, 2005, 2009, 2010
|
// Copyright (C) 2001, 2002, 2004, 2005, 2009, 2010, 2011
|
||||||
// Free Software Foundation, Inc.
|
// Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// This file is part of the GNU ISO C++ Library. This library is free
|
||||||
|
|
@ -41,6 +41,11 @@
|
||||||
// MAY BE REMOVED in a future standard revision. One should use the
|
// MAY BE REMOVED in a future standard revision. One should use the
|
||||||
// header <sstream> instead.
|
// header <sstream> instead.
|
||||||
|
|
||||||
|
/** @file backward/strstream
|
||||||
|
* This is an internal header file, included by other library headers.
|
||||||
|
* Do not attempt to use it directly. @headername{sstream}
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _BACKWARD_STRSTREAM
|
#ifndef _BACKWARD_STRSTREAM
|
||||||
#define _BACKWARD_STRSTREAM
|
#define _BACKWARD_STRSTREAM
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,7 @@
|
||||||
|
|
||||||
/** @file bits/hashtable.h
|
/** @file bits/hashtable.h
|
||||||
* This is an internal header file, included by other library headers.
|
* This is an internal header file, included by other library headers.
|
||||||
* You should not attempt to use it directly.
|
* Do not attempt to use it directly. @headername{unordered_map, unordered_set}
|
||||||
* @headername{unordered_map, unordered_set}
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _HASHTABLE_H
|
#ifndef _HASHTABLE_H
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// -*- C++ -*-
|
// -*- C++ -*-
|
||||||
//
|
//
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// This file is part of the GNU ISO C++ Library. This library is free
|
||||||
// software; you can redistribute it and/or modify it under the terms
|
// software; you can redistribute it and/or modify it under the terms
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
// reasons why the executable file might be covered by the GNU General
|
// reasons why the executable file might be covered by the GNU General
|
||||||
// Public License.
|
// Public License.
|
||||||
|
|
||||||
/** @file profile/impl/profiler_trace.h
|
/** @file profile/impl/profiler_container_size.h
|
||||||
* @brief Diagnostics for container sizes.
|
* @brief Diagnostics for container sizes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// -*- C++ -*-
|
// -*- C++ -*-
|
||||||
//
|
//
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// This file is part of the GNU ISO C++ Library. This library is free
|
||||||
// software; you can redistribute it and/or modify it under the terms
|
// software; you can redistribute it and/or modify it under the terms
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
// reasons why the executable file might be covered by the GNU General
|
// reasons why the executable file might be covered by the GNU General
|
||||||
// Public License.
|
// Public License.
|
||||||
|
|
||||||
/** @file profile/impl/profiler_trace.h
|
/** @file profile/impl/profiler_hash_func.h
|
||||||
* @brief Data structures to represent profiling traces.
|
* @brief Data structures to represent profiling traces.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Runs doxygen and massages the output files.
|
# Runs doxygen and massages the output files.
|
||||||
# Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009, 2010
|
# Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009, 2010, 2011
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# Synopsis: run_doxygen --mode=[html|latex|man|xml] --host_alias=<alias> \
|
# Synopsis: run_doxygen --mode=[html|latex|man|xml] --host_alias=<alias> \
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
|
|
||||||
# We can check now that the version of doxygen is >= this variable.
|
# We can check now that the version of doxygen is >= this variable.
|
||||||
DOXYVER=1.7.1
|
DOXYVER=1.7.0
|
||||||
|
|
||||||
find_doxygen() {
|
find_doxygen() {
|
||||||
local -r v_required=`echo $DOXYVER | \
|
local -r v_required=`echo $DOXYVER | \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue