Bug 485040 - API documentation shows some functions multiple times
Summary: API documentation shows some functions multiple times
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Documentation
Version: 530
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: John Ha
QA Contact: Content Services Development
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-02-11 10:16 UTC by Jan Hutař
Modified: 2014-08-04 22:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-02-12 15:40:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Hutař 2009-02-11 10:16:46 UTC
Description of problem:
API documentation shows some functions multiple times


Version-Release number of selected component (if applicable):
Satellite-5.3.0-RHEL5-re20090206.1


How reproducible:
always (seen on the 2 of 2 satellite installs I have tried)


Steps to Reproduce:
1. Install Satellite
2. Go to Help -> API -> auth (for example)


Actual results:
Available methods
   checkAuthToken
   login
   login
   logout

Please also note that there are 2 descriptions of the login method as well.


Expected results:
Available methods
   checkAuthToken
   login
   logout

Comment 1 Brandon Perkins 2009-02-12 15:40:36 UTC
This is not a bug because API methods can have multiple signatures.  We list the method once for each of the signatures.  In this case, login has two different signatures.


Note You need to log in before you can comment on or make changes to this bug.