Guten Morgen,

ich habe in einem Projekt großflächig POD eingebaut, allerdings passt mir die Ausgabe noch nicht so ganz. Insbesondere habe ich bei Funktionen immer eine Liste der Argumente angegeben (Beispiel unten), leider werden diese in den entstehenden Manpages einfach hintereinander geschrieben - sehr unschön. Wie kann ich denn da einfach eine Liste von machen, die ungefähr so aussieht wie es schon im Quellcode angegeben ist?

Danke und Gruß
Michael

Code:
=pod

Method setAllData:
Calls findDataForSystem and findOs and sets the data in the object.

@param String Fully qualified Domain name of the system
@param String Source-IP
@param String Source-Mask
@param String Source-port
@param String Source-Interface
@param String Destination-IP
@param String Destination-Mask
@param String Destination-Port
@param String Destination-Interface
@param String The protocol to use
@param Reference to the global list of systems
@param Reference to the global list of interfaces
@param String IP or name of the inbound interface
@param Hash The manual-routing hash
@return Reference to the incoming int, 0 in case of error

=cut