* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169464
138bc75d-0d04-0410-961f-
82ee72b054a4
+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>
* doc/xml/manual/debug.xml: Use GDB instead of gdb.
INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
@srcdir@/libsupc++/cxxabi.h \
- @srcdir@/libsupc++/cxxabi_forced.h \
@srcdir@/libsupc++/exception \
- @srcdir@/libsupc++/exception_defines.h \
- @srcdir@/libsupc++/exception_ptr.h \
@srcdir@/libsupc++/initializer_list \
- @srcdir@/libsupc++/nested_exception.h \
@srcdir@/libsupc++/new \
@srcdir@/libsupc++/typeinfo \
include/algorithm \
# LaTeX documents. This may be useful for small projects and may help to
# 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
# by the printer. Possible values are: a4, letter, legal and
# contain links (just like the HTML output) instead of page references
# 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
# plain latex in the generated Makefile. Set this option to YES to get a
/** @file backward/auto_ptr.h
* 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
-// 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.
//
// This file is part of the GNU ISO C++ Library. This library is free
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <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
#define _BACKWARD_BACKWARD_WARNING_H 1
/** @file backward/binders.h
* 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
// 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.
//
// This file is part of the GNU ISO C++ Library. This library is free
// MAY BE REMOVED in a future standard revision. One should use the
// 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
#define _BACKWARD_STRSTREAM
/** @file bits/hashtable.h
* This is an internal header file, included by other library headers.
- * You should not attempt to use it directly.
- * @headername{unordered_map, unordered_set}
+ * Do not attempt to use it directly. @headername{unordered_map, unordered_set}
*/
#ifndef _HASHTABLE_H
// -*- 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
// software; you can redistribute it and/or modify it under the terms
// reasons why the executable file might be covered by the GNU General
// Public License.
-/** @file profile/impl/profiler_trace.h
+/** @file profile/impl/profiler_container_size.h
* @brief Diagnostics for container sizes.
*/
// -*- 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
// software; you can redistribute it and/or modify it under the terms
// reasons why the executable file might be covered by the GNU General
// Public License.
-/** @file profile/impl/profiler_trace.h
+/** @file profile/impl/profiler_hash_func.h
* @brief Data structures to represent profiling traces.
*/
#!/bin/bash
# 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.
#
# Synopsis: run_doxygen --mode=[html|latex|man|xml] --host_alias=<alias> \
# We can check now that the version of doxygen is >= this variable.
-DOXYVER=1.7.1
+DOXYVER=1.7.0
find_doxygen() {
local -r v_required=`echo $DOXYVER | \