On 06/18/2014 11:03 AM, Daniele E. Domenichelli wrote:
> 1) The "objects.inv" file cannot be downloaded from CMake
> documentation[2], therefore I have to generate it and include it in my
> project. Is it possible to make it available?

Done:

 http://www.cmake.org/cmake/help/v3.0/objects.inv

> I have to do something like
> 
>   (2) :cmake:module:`module:ModuleName`
[snip]
> This seems to be caused by the targetid in cmake.py that is always
> generated as
> 
>   targetid = '%s:%s' % (type, name)

This is necessary to distinguish cmake domain objects of different
types with the same name.  The cross-referencing works correctly
inside CMake's own documentation because both the places that
produce the ids and consume them know the object type and use the
above construction.  You'll have to investigate why that does not
work with intersphinx.

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to