Go Back   ZeroC Forums > Bug Reports

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 05-01-2007
mefoster mefoster is offline
Registered User
 
Name: Mary Ellen Foster
Organization: Technical University of Munich
Project: JAST human-robot dialogue system
 
Join Date: Jun 2006
Posts: 78
slice2html creates broken links for nested modules

Thanks so much for the slice2html tool! It's much more convenient than slice2docbook for creating quick API documentation.

One bug: it seems to create broken links when there is more than one level of module nesting. I was able to reproduce this with a fairly simple test case. Create the following Slice file and run slice2html on it:
Code:
module test {
    module sub1 {
        interface Test1 {
            void method1();
        };
    };
};
The proper directory structure is created and most of the links work. However, if you open test/sub1.html, it's got "Up" and "Previous" links that both point to "test.html", which doesn't exist; as far as I can tell, the correct link would be "../test.html".

MEF
__________________
Mary Ellen Foster
Technical University of Munich
JAST human-robot dialogue system
Maintainer of Fedora Ice packages
Reply With Quote
  #2 (permalink)  
Old 05-01-2007
michi's Avatar
michi michi is offline
ZeroC Staff
 
Name: Michi Henning
Organization: ZeroC
Project: Ice
 
Join Date: Feb 2003
Location: Brisbane, Australia
Posts: 909
Hi Mary Ellen, thanks for reporting this.

We'll have a look at fixing this for the next release.

Cheers,

Michi.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
slice2html 3.2.0 on nested modules yields dangling image links apope Bug Reports 1 04-02-2007 06:41 PM
docs: reference to other modules in slice n2503v Comments 2 11-20-2006 05:00 PM
Creating dynamically loadable modules g00fy Help Center 3 12-13-2005 05:17 PM
Broken link ruzark Bug Reports 1 10-03-2005 04:18 PM
--source-ext options broken in slice2cpp 2.1 acbell Bug Reports 2 03-14-2005 12:57 AM


All times are GMT -4. The time now is 08:18 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.