|
From: <sv...@va...> - 2009-08-06 00:47:10
|
Author: njn Date: 2009-08-06 01:46:59 +0100 (Thu, 06 Aug 2009) New Revision: 10726 Log: - Remove unused Callgrind documentation entities. - Link to Cachegrind docs within the current set, not the version on the website. Modified: trunk/callgrind/docs/cl-entities.xml trunk/callgrind/docs/cl-manual.xml Modified: trunk/callgrind/docs/cl-entities.xml =================================================================== --- trunk/callgrind/docs/cl-entities.xml 2009-08-06 00:31:28 UTC (rev 10725) +++ trunk/callgrind/docs/cl-entities.xml 2009-08-06 00:46:59 UTC (rev 10726) @@ -1,22 +1,10 @@ -<!-- callgrind release + version stuff --> -<!ENTITY cl-version "0.10.1"> -<!ENTITY cl-date "November 25 2005"> - -<!-- copyright length of years --> -<!ENTITY cl-lifespan "2000-2005"> - <!-- website + email --> <!ENTITY cl-email "Jos...@gm..."> -<!ENTITY cl-url "http://www.valgrind.org/info/developers.html"> <!-- external urls used in the docs. kept in here because when --> <!-- they change it's a real pain tracking them down in the docs --> -<!ENTITY vg-url "http://www.valgrind.org/"> -<!ENTITY cg-doc-url "http://www.valgrind.org/docs/manual/cg-manual.html"> -<!ENTITY cg-tool-url "http://www.valgrind.org/info/tools.html#cachegrind"> <!ENTITY cl-gui "http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindIndex"> <!-- path/to/callgrind/docs in valgrind install tree --> <!-- only used in the manpages --> <!ENTITY cl-doc-path "/usr/share/doc/valgrind/html/callgrind.html"> -<!ENTITY cl-doc-url "http://www.valgrind.org/docs/manual/cl-manual.html"> Modified: trunk/callgrind/docs/cl-manual.xml =================================================================== --- trunk/callgrind/docs/cl-manual.xml 2009-08-06 00:31:28 UTC (rev 10725) +++ trunk/callgrind/docs/cl-manual.xml 2009-08-06 00:46:59 UTC (rev 10726) @@ -97,11 +97,10 @@ optimization opportunities depend on changing code in the callers, in particular by reducing the call count.</para> -<para>Callgrind's cache simulation is based on the -<ulink url="&cg-tool-url;">Cachegrind tool</ulink>. Read -<ulink url="&cg-doc-url;">Cachegrind's documentation</ulink> first. -The material below describes the features supported in addition to -Cachegrind's features.</para> +<para>Callgrind's cache simulation is based on that of Cachegrind. +Read the documentation for <xref linkend="cg-manual"/> first. The material +below describes the features supported in addition to Cachegrind's +features.</para> <para>Callgrind's ability to detect function calls and returns depends on the instruction set of the platform it is run on. It works best |