bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The order of links in the source header.


From: Shigio Yamaguchi
Subject: The order of links in the source header.
Date: Tue, 10 Jun 2003 09:51:19 +0900

Hello,
I have a suggestion.

Currently, the header of source file generated by htags(1) includes
three links like this:

        gtags/gtags.c
        ~~~~~
        /* [<][>][^][v][top][bottom][index][help] */ 
        --------------------------------------------
        DEFINITIONS

        This source file includes following definitions. 

        1.usage                         -
        2.help                          ^
        3.onintr                        (1) DEFINITIONS links
        ...
                                        v
        32 xxxx                         -

        INCLUDED FROM                   (2) INCLUDED FROM link
        ~~~~~~~~~~~~~
        CVS REPOSITORY                  (3) CVS REPOSITORY link
        ~~~~~~~~~~~~~~

But there is a problem.
Since the DEFINITIONS links may consists of many lines, the INCLUDED FROM link
and the CVS REPOSITORY link might be out of screen. We should look for them,
and it is inconvenient.

I would like to modify the header as follows:

        gtags/gtags.c [CVS]     <- The CVS PEPOSITORY link is here.
        ~~~~~          ~~~
        /* [<][>][^][v][top][bottom][index][help] */ 
        --------------------------------------------
        INCLUDED FROM           <- The INCLUDE FROM link is here
        ~~~~~~~~~~~~~
        DEFINITIONS

        This source file includes following definitions. 

        1.usage 
        2.help 
        3.onintr 

Any comment?
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
Spare mail address: <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]