Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69381 - sandbox/tools/auto_index/doc
From: pbristow_at_[hidden]
Date: 2011-02-28 07:24:46


Author: pbristow
Date: 2011-02-28 07:24:44 EST (Mon, 28 Feb 2011)
New Revision: 69381
URL: http://svn.boost.org/trac/boost/changeset/69381

Log:
Added auto index.idx
Added:
   sandbox/tools/auto_index/doc/autoindex.idx (contents, props changed)

Added: sandbox/tools/auto_index/doc/autoindex.idx
==============================================================================
--- (empty file)
+++ sandbox/tools/auto_index/doc/autoindex.idx 2011-02-28 07:24:44 EST (Mon, 28 Feb 2011)
@@ -0,0 +1,95 @@
+# autoindex.idx index script file
+# for Boost.autoindex Quickbook Doxygen documentation Auto-indexing.
+
+# Copyright (c) 2011 Paul A. Bristow
+
+# Use, modification and distribution is subject to the Boost Software
+# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
+# Diagnostic output - useful during refinement of the index.
+!debug regular-expression
+
+# No header or source files.
+
+# Terms that you want to appear in the Index.
+# Term to display in index, and word(s) that are to be matched (as a regular expression).
+
+# Diagnostic while testing.
+#!debug regular-expression
+# For example
+#!debug \w*\<index\w*\>
+
+appendix
+chapter
+section
+
+AutoIndex
+Quickbook
+Boostbook
+Docbook
+Doxygen
+Document Object Model "DOM"
+XML
+html
+PDF
+XSL
+
+MSVC
+side-by-side
+stylesheet \<stylesheet\w*\>
+
+"XSL stylesheet" \<(XSL|stylesheet)\w*\>
+
+bjam
+jamfile
+Boost.Build
+
+"log file" \<log\w*\>
+
+C++
+
+macro
+function
+class
+typedef
+
+# Plural, and plurals.
+plural \<plural\w*\>
+
+# To allow plurals:
+index \<index\w*\>
+
+# Allow hyperlink and hyperlinking:
+hyperlink \<hyperlink\w*\>
+
+# Two word index term, allowing plurals.
+"side effect" \<side effect\w*\>
+
+text \<text\w*\>
+
+page \<page\w*\>
+appendix \<appendi\w*\>
+section \<section\w*\>
+chapter \<chapter\w*\>
+
+script
+
+verbose \<\w*verbose\w*\>
+debug \<debug\w*\>
+
+index term "index term"
+
+!exclude junk
+# Exclude the index term junk from the index,
+# so that "junk" anywhere does not have an index entry.
+
+# Remove leading "A" or "The" prefixes from section titles.
+!rewrite-name "(?i)(?:A|The)\s+(.*)" "\1"
+
+!rewrite-name "Additional Implementation Notes" "Implementation Notes"
+
+
+
+
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk