Index: softfloat/arch/amd64/include/functions.h
===================================================================
--- softfloat/arch/amd64/include/functions.h	(revision 68623380e3732a68190ac74156fb28aa5c6e86b4)
+++ softfloat/arch/amd64/include/functions.h	(revision e92aabf9be1bc37757e20b3ea56a9da4e8bf2484)
@@ -25,4 +25,12 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+ /** @addtogroup softfloatamd64 amd64	
+ * @ingroup sfl 
+ * @brief softfloat architecture dependent definitions 
+ * @{
+ */
+/** @file
  */
 
@@ -64,2 +72,6 @@
 #endif
 
+
+ /** @}
+ */
+
Index: softfloat/arch/ia32/include/functions.h
===================================================================
--- softfloat/arch/ia32/include/functions.h	(revision 68623380e3732a68190ac74156fb28aa5c6e86b4)
+++ softfloat/arch/ia32/include/functions.h	(revision e92aabf9be1bc37757e20b3ea56a9da4e8bf2484)
@@ -25,4 +25,12 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+ /** @addtogroup softfloatia32 ia32	
+ * @ingroup sfl
+ * @brief softfloat architecture dependent definitions 
+ * @{
+ */
+/** @file
  */
 
@@ -64,2 +72,6 @@
 #endif
 
+
+ /** @}
+ */
+
Index: softfloat/arch/ia64/include/functions.h
===================================================================
--- softfloat/arch/ia64/include/functions.h	(revision 68623380e3732a68190ac74156fb28aa5c6e86b4)
+++ softfloat/arch/ia64/include/functions.h	(revision e92aabf9be1bc37757e20b3ea56a9da4e8bf2484)
@@ -25,4 +25,12 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+ /** @addtogroup softfloatia64 ia64
+ * @ingroup sfl 
+ * @brief softfloat architecture dependent definitions 
+ * @{
+ */
+/** @file
  */
 
@@ -64,2 +72,6 @@
 #endif
 
+
+ /** @}
+ */
+
Index: softfloat/arch/mips32/include/functions.h
===================================================================
--- softfloat/arch/mips32/include/functions.h	(revision 68623380e3732a68190ac74156fb28aa5c6e86b4)
+++ softfloat/arch/mips32/include/functions.h	(revision e92aabf9be1bc37757e20b3ea56a9da4e8bf2484)
@@ -25,4 +25,12 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+ /** @addtogroup softfloatmips32 mips32	
+ * @ingroup sfl
+ * @brief softfloat architecture dependent definitions 
+ * @{
+ */
+/** @file
  */
 
@@ -64,2 +72,6 @@
 #endif
 
+
+ /** @}
+ */
+
Index: softfloat/arch/mips32eb/include/functions.h
===================================================================
--- softfloat/arch/mips32eb/include/functions.h	(revision 68623380e3732a68190ac74156fb28aa5c6e86b4)
+++ softfloat/arch/mips32eb/include/functions.h	(revision e92aabf9be1bc37757e20b3ea56a9da4e8bf2484)
@@ -25,4 +25,12 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+ /** @addtogroup softfloatmipseb32 mipseb32	
+ * @ingroup sfl
+ * @brief softfloat architecture dependent definitions 
+ * * @{
+ */
+/** @file
  */
 
@@ -64,2 +72,6 @@
 #endif
 
+
+ /** @}
+ */
+
Index: softfloat/arch/ppc32/include/functions.h
===================================================================
--- softfloat/arch/ppc32/include/functions.h	(revision 68623380e3732a68190ac74156fb28aa5c6e86b4)
+++ softfloat/arch/ppc32/include/functions.h	(revision e92aabf9be1bc37757e20b3ea56a9da4e8bf2484)
@@ -25,4 +25,12 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+ /** @addtogroup softfloatppc32 ppc32	
+ * @ingroup sfl
+ * @brief softfloat architecture dependent definitions 
+ * @{
+ */
+/** @file
  */
 
@@ -64,2 +72,6 @@
 #endif
 
+
+ /** @}
+ */
+
Index: softfloat/arch/ppc64/include/functions.h
===================================================================
--- softfloat/arch/ppc64/include/functions.h	(revision 68623380e3732a68190ac74156fb28aa5c6e86b4)
+++ softfloat/arch/ppc64/include/functions.h	(revision e92aabf9be1bc37757e20b3ea56a9da4e8bf2484)
@@ -25,4 +25,12 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+ /** @addtogroup softfloatppc64 ppc64	
+ * @ingroup sfl
+ * @brief softfloat architecture dependent definitions 
+ * @{
+ */
+/** @file
  */
 
@@ -63,2 +71,6 @@
 
 #endif
+
+ /** @}
+ */
+
Index: softfloat/arch/sparc64/include/functions.h
===================================================================
--- softfloat/arch/sparc64/include/functions.h	(revision 68623380e3732a68190ac74156fb28aa5c6e86b4)
+++ softfloat/arch/sparc64/include/functions.h	(revision e92aabf9be1bc37757e20b3ea56a9da4e8bf2484)
@@ -25,4 +25,12 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+ /** @addtogroup softfloatsparc64 sparc64	
+ * @ingroup sfl
+ * @brief softfloat architecture dependent definitions 
+ * @{
+ */
+/** @file
  */
 
@@ -64,2 +72,6 @@
 #endif
 
+
+ /** @}
+ */
+
