[Boost-docs] [auto-index] Unable to find terms in header files

Subject: [Boost-docs] [auto-index] Unable to find terms in header files
From: Edward Diener (eldiener_at_[hidden])
Date: 2011-01-25 13:13:11


For my tti library I setup auto-indexing. When it tried scanning my
header files, it found no terms:

Processing script index.idx
Scanning file... ../../..\boost/TTIntrospection.hpp
Scanning for type "class_name" ...
Scanning for type "function_name" ...
Scanning for type "macro_name" ...
Scanning for type "typedef_name" ...
Scanning file... ../../..\boost/TTIntrospectionVM.hpp
Scanning for type "class_name" ...
Scanning for type "function_name" ...
Scanning for type "macro_name" ...
Scanning for type "typedef_name" ...
Scanning file... ../../..\boost/TTIntrospectionTemplate.hpp
Scanning for type "class_name" ...
Scanning for type "function_name" ...
Scanning for type "macro_name" ...
Scanning for type "typedef_name" ...
Indexing 0 terms...

I have macros and templates in the above-mentioned header files.

My index.idx:

!scan boost/TTIntrospection.hpp
!scan boost/TTIntrospectionVM.hpp
!scan boost/TTIntrospectionTemplate.hpp

My jamfile auto-index entries:

if --enable-index in [ modules.peek : ARGV ]
{
    ECHO "Building the tti docs with automatic index generation enabled." ;
    using auto-index ;
    project tti_doc : requirements
              <auto-index>on
              <auto-index-type>index
              <auto-index-script>index.idx
              <auto-index-prefix>../../../
              <auto-index-verbose>on
              <format>html:<auto-index-internal>on
              <format>html:<xsl:param>generate.index=0
              <format>pdf:<auto-index-internal>off
              <format>pdf:<xsl:param>index.on.type=1
              <quickbook-define>enable_index ;
}
else
{
    project tti_doc ;
    ECHO "Building the tti docs with automatic index generation
disabled. Try building with --enable-index." ;
}


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC