From f36e896ff10576ccd2e4c49828f568a56145f3c9 Mon Sep 17 00:00:00 2001 From: Hasnain Virk Date: Wed, 13 Feb 2019 16:56:29 +0200 Subject: [PATCH] Reverting to original doxy configuration This commit essentially brings back old code. We did an attempt to resolve doxy issues with nfc durint docathlon, but it introduced more issues and yak shaving rather than being a useful exercise. Unfortunately the previous attempt got merged. This commit attempts to restore the style maintained by original developers. From here they can take over. --- features/nfc/nfc/NFCController.h | 4 +--- features/nfc/nfc/NFCEEPROM.h | 4 +--- features/nfc/nfc/ndef/MessageBuilder.h | 4 +--- features/nfc/nfc/ndef/MessageParser.h | 4 +--- features/nfc/nfc/ndef/common/SimpleMessageParser.h | 4 +--- 5 files changed, 5 insertions(+), 15 deletions(-) diff --git a/features/nfc/nfc/NFCController.h b/features/nfc/nfc/NFCController.h index 945d248811..df55292f13 100644 --- a/features/nfc/nfc/NFCController.h +++ b/features/nfc/nfc/NFCController.h @@ -1,6 +1,4 @@ -/** @file NFCController.h - * - * mbed Microcontroller Library +/* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/features/nfc/nfc/NFCEEPROM.h b/features/nfc/nfc/NFCEEPROM.h index b06c2836a7..ed0deb301d 100644 --- a/features/nfc/nfc/NFCEEPROM.h +++ b/features/nfc/nfc/NFCEEPROM.h @@ -1,6 +1,4 @@ -/** @file NFCEEPROM.h - * - * mbed Microcontroller Library +/* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/features/nfc/nfc/ndef/MessageBuilder.h b/features/nfc/nfc/ndef/MessageBuilder.h index 2564675897..1b4e38e0d4 100644 --- a/features/nfc/nfc/ndef/MessageBuilder.h +++ b/features/nfc/nfc/ndef/MessageBuilder.h @@ -1,6 +1,4 @@ -/** @file MessageBuilder.h - * - * mbed Microcontroller Library +/* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/features/nfc/nfc/ndef/MessageParser.h b/features/nfc/nfc/ndef/MessageParser.h index 55a0e6e5fd..a0ac9391ed 100644 --- a/features/nfc/nfc/ndef/MessageParser.h +++ b/features/nfc/nfc/ndef/MessageParser.h @@ -1,6 +1,4 @@ -/** @file MessageParser.h - * - * mbed Microcontroller Library +/* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/features/nfc/nfc/ndef/common/SimpleMessageParser.h b/features/nfc/nfc/ndef/common/SimpleMessageParser.h index 7ba7e9db91..2f7bbbc274 100644 --- a/features/nfc/nfc/ndef/common/SimpleMessageParser.h +++ b/features/nfc/nfc/ndef/common/SimpleMessageParser.h @@ -1,6 +1,4 @@ -/** @file SimpleMessageParser.h - * - * mbed Microcontroller Library +/* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * * Licensed under the Apache License, Version 2.0 (the "License");