Skip to content

Commit

Permalink
fix missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Jan 10, 2012
1 parent c4b7de5 commit b893d8b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/FusionInventory/Agent.pm
Expand Up @@ -448,6 +448,10 @@ the options to use.
=back
=head2 init()
Initialize the agent.
=head2 run()
Run the agent.
Expand Down
4 changes: 4 additions & 0 deletions lib/FusionInventory/Agent/HTTP/Server.pm
Expand Up @@ -375,3 +375,7 @@ an IP adress or an IP adress range from which to trust incoming requests
without authentication token (default: none)
=back
=head2 terminate
Ensure the listening thread terminates.
15 changes: 15 additions & 0 deletions lib/FusionInventory/Agent/Tools/Hostname.pm
Expand Up @@ -37,3 +37,18 @@ sub getHostname {
}

1;
__END__
=head1 NAME
FusionInventory::Agent::Tools::Hostname - OS-independant hostname computing
=head1 DESCRIPTION
This module provides a generic function to retrieve host name
=head1 FUNCTIONS
=head2 getHostname()
Returns the host name.
4 changes: 4 additions & 0 deletions lib/FusionInventory/Agent/Tools/Win32.pm
Expand Up @@ -140,6 +140,10 @@ This module provides some Windows-specific generic functions.
Returns true if the OS is 64bit or false.
=head2 getLocalcodepage()
Returns the local codepage.
=head2 getWmiObjects(%params)
Returns the list of objects from given WMI class, with given properties, properly encoded.
Expand Down

0 comments on commit b893d8b

Please sign in to comment.