]> git.lyx.org Git - lyx.git/blobdiff - src/toc.h
Point fix, earlier forgotten
[lyx.git] / src / toc.h
index 7ee44a0a88274b0b2410504b8479ee70451c630f..e0f10cfa06f7cb0435d95001b2694db70cf47f27 100644 (file)
--- a/src/toc.h
+++ b/src/toc.h
@@ -1,23 +1,18 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- *
- *           LyX, The Document Processor
- *
- *           Copyright 2002 The LyX Team.
+/**
+ * \file toc.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * ======================================================
+ * \author Jean-Marc Lasgouttes
+ * \author Angus Leeming
  *
- * \file toc.h
- * \author Angus Leeming <a.leeming@ic.ac.uk>
- * \author Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef TOC_H
 #define TOC_H
 
-#include <config.h>
-
 #include "support/LOstream.h"
 #include "LString.h"
 
@@ -57,13 +52,13 @@ typedef std::vector<TocItem> Toc;
 typedef std::map<string, Toc> TocList;
 
 ///
-TocList const getTocList(Buffer const *);
+TocList const getTocList(Buffer const &);
 
 ///
-std::vector<string> const getTypes(Buffer const *);
+std::vector<string> const getTypes(Buffer const &);
 
 ///
-void asciiTocList(string const &, Buffer const *, std::ostream &);
+void asciiTocList(string const &, Buffer const &, std::ostream &);
 
 /** Given the cmdName of the TOC param, returns the type used
     by ControlToc::getContents() */