Commit 28c38c2e authored by rennoch's avatar rennoch
Browse files

add short descriptions for t3doc

parent 2a411701
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -19,15 +19,22 @@ module LibSip_Steps {

    group externalfunctions {

        // Return random charstring
        /**
         * @desc External function to return random charstring
         */
        external function fx_rndStr(
        ) return charstring;
        
        // Return the equivalent string in lower case
        /**
         * @desc External function to return the equivalent string in lower case
         */
        external function fx_putInLowercase(
            charstring p_string
        ) return charstring;

        /**
         * @desc External function to get IP address.
         */
        external function fx_getIpAddr(
            charstring p_host_name
        ) return charstring;