Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Contents sidebar in Qt documentation
Forum Updated to NodeBB v4.3 + New Features

Contents sidebar in Qt documentation

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 352 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    ovasyura
    wrote on last edited by
    #1

    Hi,

    I have one problems to generate Contents sidebar in my library documentation.
    I have added couple of \section1 items in my index.html page.
    Here is my index page qdoc file:

    /*!
    \page index.html
    \title CryptoLib
    \brief Cryptographic and card management library designed to support different cryptography algorithms and card providers.

    CryproLib library provides interfaces and classes for working with different cryptography algoritms
    and card providers. This library is designed for use in servers, workstations, etc(TODO more descriptions).
    
    Library supports following cryptographic algorithms:
    \list
    	\li SHA-1
    	\li MD5
    \endlist
    
    Library supports all PKCS standards.
    
    Following card standard(reading and writing) is supported:
    \list
    	\li ISO/IEC 7812 Identification cards — Identification of issuers
    	\li ISO/IEC 7816 Identification cards — Integrated circuit cards
    	\li ISO/IEC 14443 Identification cards — Contactless integrated circuit cards — Proximity cards
    \endlist
    
    \section1 Getting Started
    
    To use some classes from the library just include responsible header in your code:
    \code
    #include <CCryptoLibTypes.h>
    \endcode
    
    \section1 API Reference
    
    \list
      \li \l{Smartcard reader C++ classes}{C++ clasess}
    \endlist
    

    */

    Index.html is generated successfully but without Contents like for QtSpeech module help file:
    Contents
    Getting Started
    Examples
    API Reference

    How is it possible to create index.html with such sidebar content? Do I need manually add it using some scripts?

    Best regards,
    Oleh

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved