gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server action.h


From: strk
Subject: [Gnash-commit] gnash/server action.h
Date: Sat, 04 Feb 2006 15:11:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     strk <address@hidden>   06/02/04 15:11:52

Modified files:
        server         : action.h 

Log message:
        Fixed doxygen comments on as_value struct

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/server/action.h.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnash/server/action.h
diff -u gnash/server/action.h:1.6 gnash/server/action.h:1.7
--- gnash/server/action.h:1.6   Sun Jan 29 10:19:51 2006
+++ gnash/server/action.h       Sat Feb  4 15:11:52 2006
@@ -357,6 +357,7 @@
 
                type    get_type() const { return m_type; }
 
+               /// \brief
                /// Return true if this value is callable
                /// (C_FUNCTION or AS_FUNCTION).
                bool is_function() const
@@ -371,11 +372,14 @@
                const tu_string&        to_tu_string() const;
 
                /// Get a tu_string representation for this value.
+               //
                /// This differs from to_tu_string() in that returned
                /// representation will depend on version of the SWF
                /// source. 
                /// @@ shouldn't this be the default ?
+               ///
                const tu_string&        to_tu_string_versioned(int version) 
const;
+
                /// Calls to_tu_string() returning a cast to tu_stringi
                const tu_stringi&       to_tu_stringi() const;
 
@@ -385,17 +389,20 @@
                /// Conversion to boolean.
                bool    to_bool() const;
 
+               /// \brief
                /// Return value as an object
                /// or NULL if this is not possible.
                as_object_interface*    to_object() const;
 
 
-               /// Return value as a C function ptr. 
-               /// Returns NULL if value is not a C function.
+               /// \brief
+               /// Return value as a C function ptr
+               /// or NULL if it is not a C function.
                as_c_function_ptr       to_c_function() const;
 
-               /// Return value as an ActionScript function ptr.
-               /// Returns NULL if value is not an ActionScript function.
+               /// \brief
+               /// Return value as an ActionScript function ptr
+               /// or NULL if it is not an ActionScript function.
                as_as_function* to_as_function() const;
 
                /// Force type to number.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]