Results 1 to 4 of 4

Thread: slice2html bad summary links to external modules

  1. #1
    jrray is offline Registered User
    Name: J Robert Ray
    Organization: Imageworks
    Project: cutlist server
    Join Date
    Nov 2007
    Posts
    4

    slice2html bad summary links to external modules

    Given this ice file:

    Code:
    module Test1 {
      interface Demo {};
    };
    
    module Test2 {
      interface Demo2 {
        /**
         * Summary mentioning [::Test1::Demo].
         *
         * @return [::Test1::Demo]
         **/
        ::Test1::Demo* demo();
      };
    };
    The generated html in Demo2/Test2.html has bad relative links in the "Operation Index" section:

    Code:
    Summary mentioning <a class="Symbol" href="Test1/Demo.html">::Test1::Demo</a>
    Which ends up linking to a non-existent Test2/Test1/Demo.html.

    The links generated elsewhere are correct with a leading "..".

    slice2html version 3.3.0.

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    Thanks for the bug report! This problem is also present in 3.3.1.

    I'll have a look at this.

    Cheers,

    Michi.

  3. #3
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    I have posted a patch for this.

    Thanks again for the bug report!

    Cheers,

    Michi.

  4. #4
    jrray is offline Registered User
    Name: J Robert Ray
    Organization: Imageworks
    Project: cutlist server
    Join Date
    Nov 2007
    Posts
    4
    Great, thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 04-04-2009, 07:22 PM
  2. Replies: 2
    Last Post: 10-24-2008, 10:48 AM
  3. slice2html creates broken links for nested modules
    By mefoster in forum Bug Reports
    Replies: 1
    Last Post: 05-01-2007, 06:25 PM
  4. Replies: 1
    Last Post: 04-02-2007, 05:41 PM
  5. Slice Types from An external Library
    By zhi in forum Help Center
    Replies: 1
    Last Post: 01-12-2007, 03:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •