Skip to content

Commit 4595910

Browse files
committed
remove all giant header comments from source files
1 parent ed4f254 commit 4595910

File tree

18 files changed

+6
-78
lines changed

18 files changed

+6
-78
lines changed

source/app.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
/**
2-
* @flow
3-
* All About Olaf
4-
* Index view
5-
*/
1+
// @flow
62

73
import './globalize-fetch'
84
import './setup-moment'

source/views/building-hours/list.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
// @flow
2-
/**
3-
* All About Olaf
4-
* Building Hours list page
5-
*/
62

73
import React from 'react'
84
import {StyleSheet, SectionList} from 'react-native'

source/views/building-hours/row.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// @flow
2-
/**
3-
* All About Olaf
4-
* Building Hours list element
5-
*/
2+
63
import React from 'react'
74
import {View, Text, StyleSheet} from 'react-native'
85
import {Badge} from '../components/badge'

source/views/calendar/calendar-google.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
// @flow
2-
/**
3-
* All About Olaf
4-
* Calendar page
5-
*/
62

73
import React from 'react'
84
import {EventList} from './event-list'

source/views/calendar/event-list.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
// @flow
2-
/**
3-
* All About Olaf
4-
* List of calendar events
5-
*/
62

73
import React from 'react'
84
import {StyleSheet, SectionList} from 'react-native'

source/views/calendar/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
// @flow
2-
/**
3-
* All About Olaf
4-
* Calendar page
5-
*/
62

73
import React from 'react'
84
import {TabNavigator} from '../components/tabbed-view'

source/views/contacts/contact-list.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
/**
2-
* @flow
3-
* All About Olaf
4-
* Contact page
5-
*/
1+
// @flow
62

73
import React from 'react'
84
import {SectionList, StyleSheet} from 'react-native'

source/views/home/home.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
/**
2-
* @flow
3-
* All About Olaf
4-
* iOS Home page
5-
*/
1+
// @flow
62

73
import React from 'react'
84
import {ScrollView, StyleSheet, StatusBar} from 'react-native'

source/views/menus/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
// @flow
2-
/**
3-
* All About Olaf
4-
* Menus page
5-
*/
62

73
import React from 'react'
84
import {TabNavigator} from '../components/tabbed-view'

source/views/news/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* eslint-disable camelcase */
2-
/**
3-
* @flow
4-
* All About Olaf
5-
* News page
6-
*/
2+
// @flow
73

84
import React from 'react'
95
import {TabNavigator} from '../components/tabbed-view'

0 commit comments

Comments
 (0)