[GRASS-dev] Re: [GRASS-SVN] r33243 - grass/branches/develbranch_6/lib

Markus,

% is not a comment, it's just suppress internal link. Now 'vector' is
linked to vector structure which is wrong. I am not sure it is
possible to globally suppress linking of given words. So 'vector'
would be not linked to 'vector' structure without need to use
'%vector'.

Martin

2008/9/4 <svn_grass@osgeo.org>:

Author: neteler
Date: 2008-09-04 06:02:31 -0400 (Thu, 04 Sep 2008)
New Revision: 33243

Modified:
  grass/branches/develbranch_6/lib/grasslib.dox
Log:
what's the point of commenting the vector lib?

Modified: grass/branches/develbranch_6/lib/grasslib.dox

--- grass/branches/develbranch_6/lib/grasslib.dox 2008-09-04 08:21:54 UTC (rev 33242)
+++ grass/branches/develbranch_6/lib/grasslib.dox 2008-09-04 10:02:31 UTC (rev 33243)
@@ -91,7 +91,7 @@
<li>stats: Raster stats library - \ref stats
<li>symbol: Drawing symbols for %point %vector data library - \ref symbol
<li>vask: Cursor management library - \ref vask
-<li>%vector: \ref Vector_Library (GRASS Vector and Direct Graph Library)
+<li>vector: \ref Vector_Library (GRASS Vector and Direct Graph Library)
<ul>
<li>vedit: \ref Vedit_Library - %vector editing
</ul>

_______________________________________________
grass-commit mailing list
grass-commit@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-commit

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *

On Thu, Sep 4, 2008 at 12:12 PM, Martin Landa <landa.martin@gmail.com> wrote:

Markus,

% is not a comment, it's just suppress internal link. Now 'vector' is
linked to vector structure which is wrong. I am not sure it is
possible to globally suppress linking of given words. So 'vector'
would be not linked to 'vector' structure without need to use
'%vector'.

[ the file is: grass64/lib/grasslib.dox and expanded in
http://download.osgeo.org/grass/grass6_progman/main.html ]

OK. The problem is that
"vector: Vector_Library (GRASS Vector and Direct Graph Library)"
is no longer expanded as link. Someone just asked me if the
vector lib is not documented and I discovered that the link is
no longer generated at all. I just tried a fix but it isn't expanded...

How could we solve this?
thanks
Markus

Hi,

2008/9/5 Markus Neteler <neteler@osgeo.org>:

OK. The problem is that
"vector: Vector_Library (GRASS Vector and Direct Graph Library)"
is no longer expanded as link. Someone just asked me if the
vector lib is not documented and I discovered that the link is
no longer generated at all. I just tried a fix but it isn't expanded...

it should be

<li>%vector: \ref Vector_Library (GRASS Vector and Direct Graph Library)

see

lib/vector/vectorlib.dox

the page is called Vector_Library.

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *

2008/9/5 Martin Landa <landa.martin@gmail.com>:

2008/9/5 Markus Neteler <neteler@osgeo.org>:

OK. The problem is that
"vector: Vector_Library (GRASS Vector and Direct Graph Library)"
is no longer expanded as link. Someone just asked me if the
vector lib is not documented and I discovered that the link is
no longer generated at all. I just tried a fix but it isn't expanded...

it should be

<li>%vector: \ref Vector_Library (GRASS Vector and Direct Graph Library)

see

lib/vector/vectorlib.dox

the page is called Vector_Library.

I reverted the changes in r33271

make htmldocs-single

builds programmer manual properly on my machine.

Matrin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *